home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / kbbs_40.zip / KBB_CFG < prev    next >
Text File  |  1994-05-24  |  2KB  |  95 lines

  1. ;KBB_CFG
  2.  
  3. ;To setup special options, this file must be edited with
  4. ;a strickly text (ASCII) only editor. Then copy this file
  5. ;to your KBB.CFG file (replacing it) after you backup the
  6. ;existing KBB.CFG (rename it KBB_CFG.OLD)
  7.  
  8. ;lines that begin with a semi-colon (;) are comments
  9. ;to turn off a command, put a semi-colon in column one
  10. ;to activate a command, delete semi-colon in column one
  11.  
  12. ;note that active lines can have a comment at the end
  13. ;start line with NO semi-colon then at then end of active line
  14. ;you can add a comment if separated with space & semi-colon
  15.  
  16. ;modem comport
  17. ;port=1
  18. ;port=2
  19. ;port=3
  20. ;port=4
  21.  
  22. ;highest baud rate of modem
  23. ;baud=1200
  24. ;baud=2400
  25. ;baud=4800
  26. ;baud=7200
  27. ;baud=9600
  28. ;baud=12000
  29. ;baud=14400
  30. ;baud=19200
  31. ;baud=57600
  32.  
  33. ;init string to start up modem
  34. ;init=at m1 l1 q0 x4 &c1 &d2 s0=0                   ;most 2400 baud modems
  35. ;init=at m1 l1 q0 x4 &c1 &d2 s0=0 &q0 s46=0 s95=1   ;most high speed modems
  36. ;init=atm1l1q0x4&c1&d3s0=0&q0s46=0s95=1h            ;PPI high speed FAX/modems
  37.  
  38. ;answer ring with this string
  39. ;ring=ata           ; modem
  40. ;ring=AT+FAA=1;A    ; PPI FAX/modem
  41.  
  42. ;connect strings (report speed caller connected with)
  43. ;don't change these unless you are expert at modem programming
  44. 14400=CONNECT 14400
  45. 12000=CONNECT 12000
  46. 9600=CONNECT 9600
  47. 7200=CONNECT 7200
  48. 4800=CONNECT 4800
  49. 2400=CONNECT 2400
  50. 1200=CONNECT 1200
  51.  
  52. ;timing speeds for inactivity and logoff due to inactivity
  53. ;don't change these ... future use for high speed computers
  54. tick=3000
  55. tock=100
  56. kill=10
  57.  
  58. ;nick is userid of KBBS owner
  59. ;nick=
  60.  
  61. ;name is real name of KBBS owner
  62. ;name=
  63.  
  64. ;kbbs is the name of your KBBS
  65. ;kbbs=
  66.  
  67. ;site is your site id
  68. ;site=
  69.  
  70. ;pass is system password - future use
  71. ;pass=
  72.  
  73. ;adv is frequency to show ads (requires mesgs in ADS forum)
  74. ;adv=5 ;show ads after 5 mins when a menu is needed
  75. ;adv=0 ;never show ads
  76.  
  77. ;time allowed on system by caller status
  78. ;status=mins is the format
  79. ;new=10
  80. ;user=20
  81. ;memb=30
  82. ;paid=60
  83. ;super=60
  84. ;root=60
  85.  
  86. ;credits for downloading
  87. ;credits=0 ;upload/download credits not checked
  88. ;credits=1 ;uploads earn 1 credit, credits checked before download
  89.  
  90. ;credits for new callers
  91. ;new_credits=10
  92.  
  93. ;door access
  94. ;door=off
  95.